@charset "utf-8";

/* css 重置 */
html,
body {
    width: 100%;
    min-width: 1320px;
    background: #F5F5F7;
    overflow-x: hidden;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h2,
p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
}

.headerDiv {
    width: 100%;
    height: 94px;
    background: #F5F5F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    border: 1px solid #F3F3F3;
}


.main_center {
    margin: 0 auto;
    width: 1320px;
}

.menuCenter {
    height: 94px;
}

.headerMenuDiv {
    width: 100%;
    height: 70px;
}
.headerMenuDiv .headDiv {
    background: #DE0615;
    height: 70px;
}
.menuA {
    float: left;
    height: 68px;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    line-height: 68px;
    padding: 0 26px;
}

.menuA:hover {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}

.logoImg {
    width: 313px;
    height: 73px;
    margin: 10px 0px 11px 0;
    float: left;
}

.logoImg  img{
    height: 100%;
}
.headerRight{
    float: left;
    width: 285px;
    height: 50px;
    text-align: left;
    border-left: 1px solid #D8D8D8;
    margin: 20px 0 0 0;
    text-indent: 22px;
}
.week {
    width: 285px;
    float: left;
    font-size: 24px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 400;
    color: #3D3D3D;
    margin: -8px 0 0 0px;
    text-align: left;
}

.date {
    width: 285px;
    float: left;
    font-size: 24px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 400;
    color: #3D3D3D;
    /* margin: 5px 0 0 0px; */
    text-align: left;
}

.serInput {
    width: 384px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #DE0615;
    opacity: 1;
    border-radius: 60px;
    float: right;
    margin: 20px 0 0 0;
    background: url("../imgs/index/ser.png") 22px center/16px 16px no-repeat;
}

.ser {
    width: 294px;
    color: #CCCCCC;
    outline: none;
    border: 0;
    height: 50px;
    z-index: 111;
    border-radius: 18px;
    float: left;
    background: transparent;
    text-indent: 46px;
}

.serBtn {
    float: right;
    text-align:center;
    line-height:50px;
    width: 85px;
    height: 50px;
    background: #DE0615;
    border-radius: 25px 25px 25px 25px;
    color: #fff;
    font-size: 20px;
}

::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}

.footerDiv {
    width: 100%;
    height: 352px;
    margin: 40px 0 0 0;
    background:#fff;
}

.footerTop {
    height: 220px;
}

.linkDiv {
    padding: 33px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.linkName {
    height: 20px;
    line-height: 17px;
    color: #3D3D3D;
    opacity: 1;
    float: left;
    margin: 0px 20px 13px 0px;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular;
    font-weight: 400;
    width: auto;
    font-weight: bold;
}

.footerLink {
    height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular;
    font-weight: 400;
    line-height: 17px;
    color: #3D3D3D;
    float: left;
    margin: 0px 2px 8px 0px;
    padding: 0 10px;
    border-right: 1px solid #3d3d3d;
}
.footerLink:last-child {
     border-right: 0px solid #3d3d3d;
}
.footerLeft {
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
}

.footerP {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 17px;
    color: #868686;
    opacity: 0.8;
    margin: 0 0 13px 0;
    text-align: center;
}

.footerSpan {
    margin: 0 16px 0 0;
}

.footerP img {
    margin: 16px 60px 0 0;
}

.footerRight {
    float: right;
    padding: 64px 0 0 0;
    width: 360px;
}

.footerRight img {
    width: 360px;
    height: 90px;
    margin: 0 0 20px 0;
    float: left;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.menuA1 {
    padding-right: 55px;
    line-height: 70px;
    float: left;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 1;
}
img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img:hover {
    -webkit-transform: scale(1.03);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 500ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    overflow: hidden;
}
.dis{
   display:none;
}
.flex-right{
    position: fixed;
    bottom: 40px;
    width: 42px;
    z-index: 9999;
    right: 30px;
}
.flex-right>a>div{
    position: absolute;
    top:-100px;
    right: 55px;
    background: #FFFFFF;
    padding: 10px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    width: 100px;
    height: 121px;
    display: none;
}
.flex-right img{
    width: 100%;
    display: block;
}
.flex-right p{
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    padding-top: 5px;
    text-align: center;
}
.flex-right>a:hover div{
    display: block;
}
.right-down i{
    background: url("../imgs/icon/phone.png") no-repeat;
    background-size: 100%;
}
.right-down i:hover{
    background: url("../imgs/icon/phone.png") no-repeat;
    background-size: 100%;
}
.right-edit i{
    background: url("../imgs/icon/cang.png") no-repeat;
    background-size: 100%;
}
.right-edit i:hover{
    background: url("../imgs/icon/cang.png") no-repeat;
    background-size: 100%;
}
.right-top i{
    background: url("../imgs/icon/top.png") no-repeat;
    background-size: 100%;
}
.right-top i:hover{
    background: url("../imgs/icon/top.png") no-repeat;
    background-size: 100%;
}
.flex-right a{
    display: block;
    width: 42px;
    position: relative;
    height: 42px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 50%;
}
.flex-right i{
    display: block;
    width: 100%;
    height: 100%;
}
.mHover {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #fff;
}
.linkDiv img{
    height:42px;
}
